home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Scene Storm
/
Scene Storm - Volume 1.iso
/
coding
/
tools
/
gcc
/
gcc270_base.lha
/
gnu
/
geninline
/
mklibamiga
/
gluesrc2.lha
/
FPrintf.S
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-08-27
|
186 b
|
17 lines
#include <bases.h>
.text
.globl _FPrintf
_FPrintf:
moveml d2/d3/a6,sp@-
GETDOSBASE
moveml sp@(16:W),d1/d2
moveql #24,d3
addl sp,d3
jsr a6@(-354:W)
moveml sp@+,d2/d3/a6
rts